Enhance XenAPI for pvSCSI
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 16 Oct 2008 08:50:18 +0000 (09:50 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 16 Oct 2008 08:50:18 +0000 (09:50 +0100)
commit44a6b9e6d406fb3b7263ff3ba90e2e96f8c88210
tree7e19a3f471430691f7a915d2df0d116059a35708
parent2a010416e02c2a9375317f386dd5e1efabc8c8f5
Enhance XenAPI for pvSCSI

Basically, I implemented XenAPI for pvSCSI according to the patch of
XenAPI document which I sent before.  However, I renamed the class
name of virtual SCSI devices to "DSCSI".

Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
13 files changed:
tools/python/xen/util/pci.py
tools/python/xen/util/utils.py
tools/python/xen/util/vscsi_util.py
tools/python/xen/xend/XendAPI.py
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/XendDSCSI.py [new file with mode: 0644]
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/XendNode.py
tools/python/xen/xend/XendPSCSI.py [new file with mode: 0644]
tools/python/xen/xend/server/vscsiif.py
tools/python/xen/xm/create.dtd
tools/python/xen/xm/main.py
tools/python/xen/xm/xenapi_create.py